CSOneCaseManagementAPI

(0 reviews)

Rate Limiting

The API is rate limited at twice the maximum value specified in the Standard SLA Tier. Any messages beyond twice the maximum are rejected in that interval. Enforcement is based on the client id passed in the request.


#The API will return the following X-RateLimit-* headers in the HTTP Response.

X-RateLimit-Limit: 10             #Defines the number of requests allowed.

X-RateLimit-Remaining: 0          #Defines the remaining number of requests (count).

X-RateLimit-Reset: 42661          #Defines the time in milliseconds before the remain rate count is reset.

#The following response will be generated in the event the API message rate is exceeded.

HTTP/1.1 429 Too Many Requests

Server: API Gateway/3.8.4

Content-Type: application/x-www-form-urlencoded

Date: Mon, 06 Jul 2015 16:44:21 PST

X-RateLimit-Limit: 10

X-RateLimit-Remaining: 0

X-RateLimit-Reset: 14564

Content-Length: 18

Reviews